入力したデータ"; print "

first name: ".$pha1."

"; print "

middle name: ".$pha2."

"; print "

last name : ".$pha3."

"; print "

passport number : ".$passportN."

"; print "

check-in : ".$checkinD." ".$checkinH.":00

"; print "

check-out : ".$checkoutD."

"; print "

the number of guests : ".$persons."

"; print "

the number of children : ".$children."

"; print "

the number of rooms : ".$rooms."

"; }else{ print "

入力していない項目がある。

"; } } ?>